home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / asm32.zip / E32.ZIP / STUB.ASM < prev    next >
Assembly Source File  |  1994-02-21  |  100b  |  10 lines

  1. include    model.inc
  2.  
  3. public    breakflag
  4.  
  5. include    dataseg.inc
  6. breakflag    db 0
  7. @curseg    ends
  8.  
  9.     end
  10.